Vcenter CertificateManagement Vcenter Tls Info
The Vcenter CertificateManagement Vcenter Tls Info schema contains information from a TLS certificate.
This schema was added in vSphere API 6.7.2.
{
"version": 0,
"serial_number": "string",
"signature_algorithm": "string",
"issuer_dn": "string",
"valid_from": "string",
"valid_to": "string",
"subject_dn": "string",
"thumbprint": "string",
"is_ca": false,
"path_length_constraint": 0,
"key_usage": [
"string"
],
"extended_key_usage": [
"string"
],
"subject_alternative_name": [
"string"
],
"authority_information_access_uri": [
"string"
],
"cert": "string"
}
Version (version number) value from the certificate.
This property was added in vSphere API 6.7.2.
SerialNumber value from the certificate.
This property was added in vSphere API 6.7.2.
Signature algorithm name from the certificate.
This property was added in vSphere API 6.7.2.
Issuer (issuer distinguished name) value from the certificate.
This property was added in vSphere API 6.7.2.
validFrom specify the start date of the certificate.
This property was added in vSphere API 6.7.2.
validTo specify the end date of the certificate.
This property was added in vSphere API 6.7.2.
Subject (subject distinguished name) value from the certificate.
This property was added in vSphere API 6.7.2.
Thumbprint value from the certificate.
This property was added in vSphere API 6.7.2.
Certificate constraints isCA from the critical BasicConstraints extension, (OID = 2.5.29.19).
This property was added in vSphere API 6.7.2.
Certificate constraints path length from the critical BasicConstraints extension, (OID = 2.5.29.19).
This property was added in vSphere API 6.7.2.
Collection of keyusage contained in the certificate.
This property was added in vSphere API 6.7.2.
Collection of extended keyusage that contains details for which the certificate can be used for.
This property was added in vSphere API 6.7.2.
Collection of subject alternative names.
This property was added in vSphere API 6.7.2.
Collection of authority information access URI.
This property was added in vSphere API 6.7.2.
TLS certificate in PEM format.
This property was added in vSphere API 6.7.2.